home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00502.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  265 b   |  16 lines

  1. on mouseDown
  2.   if the machineType = 256 then
  3.     sound stop 1
  4.     sound stop 2
  5.   else
  6.     sound fadeOut 2, 2 * 60
  7.   end if
  8.   set the visible of sprite 3 to 1
  9.   buttonlogicLoo()
  10.   if the machineType = 256 then
  11.     go(marker(1))
  12.   else
  13.     go(marker(1))
  14.   end if
  15. end
  16.